PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.operators Package / PDFRectangleOperator Class / PDFRectangleOperator Constructor / PDFRectangleOperator Constructor(double,double,double,double)
The X coordinate of the lower left corner.
The Y coordinate of the lower left corner.
The rectangle width.
The rectangle height.
In This Topic
    PDFRectangleOperator Constructor(double,double,double,double)
    In This Topic
    Initializes a new Object.
    Syntax
    public PDFRectangleOperator( 
       double x,
       double y,
       double width,
       double height
    )

    Parameters

    x
    The X coordinate of the lower left corner.
    y
    The Y coordinate of the lower left corner.
    width
    The rectangle width.
    height
    The rectangle height.
    See Also